Add explanatory comments to ostree-sys.toml
authorFelix Krull <f_krull@gmx.de>
Fri, 17 May 2019 22:43:38 +0000 (00:43 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/conf/ostree-sys.toml

index 38177cf0d1bd7380d40995ef30d9fca7d199e18f..878f028288ac3c55b3c8cce459d29de70e8a4538 100644 (file)
@@ -9,6 +9,7 @@ external_libraries = [
    "Gio",
 ]
 ignore = [
+    # private API (not in installed headers)
     "OSTree.BootloaderInterface",
     "OSTree.ChecksumInputStream",
     "OSTree.ChecksumInputStreamClass",
@@ -19,6 +20,8 @@ ignore = [
     "OSTree.LzmaDecompressorClass",
     "OSTree.RepoFileEnumeratorClass",
     "OSTree.RollsumMatches",
+
+    # version-dependent constants
     "OSTree.RELEASE_VERSION",
     "OSTree.VERSION",
     "OSTree.VERSION_S",